home *** CD-ROM | disk | FTP | other *** search
/ CD Loisirs 24 / CDL24.iso / LAPLACE / IDEM.DXR / Info_10_Low Morphing.ls < prev    next >
Encoding:
Text File  |  1996-10-10  |  214 b   |  11 lines

  1. on mouseUp
  2.   global gLow
  3.   puppetSound("CLIC.AIF", 2)
  4.   set gLow to not gLow
  5.   if gLow then
  6.     set the member of sprite 3 to member "HOT_MOR.PIC"
  7.   else
  8.     set the member of sprite 3 to member "HOT"
  9.   end if
  10. end
  11.